xen: include MSI/MSI-X information in interrupt debug output
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:39:32 +0000 (11:39 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:39:32 +0000 (11:39 +0100)
commit1d11695836e0a23724e61ef46a600424ad023860
tree54ae81fa2328e4ac8a6c81c4e6fac98fe632a196
parent0a0346fc3f81744534ea79fce2401675e2278356
xen: include MSI/MSI-X information in interrupt debug output

With per-domain irq-to-vector mappings, dump_irqs() omitted some
vectors. This patch cycles through the vectors rather than
interrupts and prints the same debug information. The patch also
prints out information about mapped but unbound interrupts.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@netronome.com>
xen/arch/x86/irq.c